'Declaration Protected Function RaiseChildExitingEvent( _ ByVal child As UIElement, _ ByVal exitTo As Nullable(Of Rect), _ ByVal arrangeRect As Rect _ ) As ChildExitingEventArgs
'Usage Dim instance As AnimationPanel Dim child As UIElement Dim exitTo As Nullable(Of Rect) Dim arrangeRect As Rect Dim value As ChildExitingEventArgs value = instance.RaiseChildExitingEvent(child, exitTo, arrangeRect)
protected ChildExitingEventArgs RaiseChildExitingEvent( UIElement child, Nullable<Rect> exitTo, Rect arrangeRect )
Parameters
- child
- exitTo
- arrangeRect